Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Tags
    3. web hosting
    Log in to post
    • All categories
    • kasun viduranga

      php mailer
      Web Development • html5 php web designing web development web hosting • • kasun viduranga

      9
      0
      Votes
      9
      Posts
      806
      Views

      iamprogrammerlk

      @kasun-viduranga ගොඩක් Shared hosting service වල email sending limit කරල තියෙන්නෙ. නැතිනම් ports block කරලා තියෙන්නෙ. ඔයාට හොඳම වැඩේ SMTP service එකක් පාවිච්චි කරන එක. deliverability එකත් වැඩියි. mailgun.com sendinblue.com sendgrid.com මම පාවිච්චි කරන්නේ mailgun.com.

      $mail = new PHPMailer();
      ...
      $mail->isSMTP();
      $mail->Host = 'smtp.mailgun.com';
      $mail->SMTPAuth = true;
      $mail->Username = 'username';
      $mail->Password = 'password’
      $mail->SMTPSecure = 'tls';
      $mail->Port = 25;
      ...
      $mail->send();

    • Dinush

      How to host static website in Google Firebase free.
      Web Development • web development hosting firebase firebase hostin web hosting • • Dinush

      2
      2
      Votes
      2
      Posts
      301
      Views

      root

      please put full article here and add source as original article url, thanks.

    • 1 / 1